From: David S. Miller Date: Thu, 3 May 2012 06:25:55 +0000 (-0400) Subject: net: Add missing linux/prefetch.h include to net/core/sock.c X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~11104^2~187 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=8c1ae10d792155a7221be12b37dcebc3bcc1b49f;p=linux-4.9.git net: Add missing linux/prefetch.h include to net/core/sock.c Reported-by: Stephen Rothwell Signed-off-by: David S. Miller --- diff --git a/net/core/sock.c b/net/core/sock.c index 1a8835117fd6..b8c818e69c23 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -113,6 +113,7 @@ #include #include #include +#include #include